backgound-image:repeat 表示重复,这个是默认值,可以省略
backgound-image:no-repeat 表示不重复,
backgound-image:repeat-x 表示水平方向模向重复,
backgound-image:repeat-y 表示水平方向模向重复,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css</title>
<style type="text/css">
body{background-image:url(css7.03.01.png)}
</style>
</head>
<body>
</body>
</html>
返回值: